MindFusion WinForms Programmer's Guide
Selection.Add Method (DateTime, DateTime, Resource[])
See Also
 





Adds to the selection the specified date range associated with the specified resources.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Add (
    DateTime start,
    DateTime end,
    Resource[] resources
)

Visual Basic  Copy Code

Public Sub Add( _
    start As DateTime, _
    end As DateTime, _
    resources() As Resource _
)

 Parameters

start

The start of the time range to be added to the selection.

end

The end of the time range to be added to the selection.

resources

The resources associated with the specified interval.

 See Also

Add Method Overload List
Selection Members
Selection Class
MindFusion.Scheduling.WinForms Namespace